home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_s / sprtcd20.zip / SETUP.BAT < prev    next >
DOS Batch File  |  1993-07-18  |  916b  |  31 lines

  1. echo off
  2. goto start
  3.  
  4.       ┌────────────────────────────────────────────────────────────────┐
  5.       │     Installation procedure for 4COLLECTORS SPORTSCARDS 2.0     │
  6.       │                   ** Shareware Version **                      │
  7.       └────────────────────────────────────────────────────────────────┘
  8.  
  9. :start
  10. cls
  11. echo.
  12. echo   To run SportsCards on your computer you need a minimum of a 80286
  13. echo   processor, recommended 512K free memory, and have ANSI.SYS installed.
  14. echo.
  15. echo   If you see a bunch of "funny characters" on your screen when you start
  16. echo   SportCards you will need to insert the following line in your
  17. echo   CONFIG.SYS file.
  18. echo.
  19. echo                         DEVICE=C:\DOS\ANSI.SYS
  20. echo.
  21. answer                   Do you want to execute SPORTCRD now ? 
  22. if "%answer%" == "Y" goto doexe
  23. if "%answer%" == "y" goto doexe
  24. cls
  25. goto end
  26.  
  27. :doexe
  28. sportcrd
  29.  
  30. :end
  31.